object FrmPrompt: TFrmPrompt Left = 391 Top = 108 BorderStyle = bsDialog Caption = 'Prompt' ClientHeight = 83 ClientWidth = 345 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object PanButtons: TPanel Left = 0 Top = 49 Width = 345 Height = 34 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ButYes: TButton Left = 16 Top = 5 Width = 75 Height = 25 Caption = '&Yes' Default = True ModalResult = 6 TabOrder = 0 end object ButNo: TButton Left = 96 Top = 5 Width = 75 Height = 25 Caption = '&Skip' ModalResult = 7 TabOrder = 1 end object ButAll: TButton Left = 176 Top = 5 Width = 75 Height = 25 Caption = 'Yes to &All' ModalResult = 8 TabOrder = 2 end object ButCancel: TButton Left = 256 Top = 5 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end end object PanPrompt: TPanel Left = 0 Top = 0 Width = 345 Height = 49 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object LblPrompt: TLabel Left = 64 Top = 12 Width = 268 Height = 30 AutoSize = False end object Image: TImage Left = 16 Top = 10 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end end end